.. _`Conditional Probabilty from Categories`: .. _`org.sysess.sympathy.machinelearning.cond_prob_cat`: Conditional Probabilty from Categories `````````````````````````````````````` .. image:: cond_prob_cat.svg :width: 48 Creates groups of all (categorical) features and gives probabilitiesfor Y to be true (1) for each category. All of X must be categorical and all Y binary Definition :::::::::: Input ports ........... **X** | Type: table | Description: X **Y** | Type: table | Description: Y Output ports ............ **results** | Type: table | Description: results Implementation .............. .. automodule:: node_metrics :noindex: .. class:: ConditionalFromCategories :noindex: